home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / DelphiWin32 / VCLWin32 / Docking / uMain.dfm < prev    next >
Encoding:
Text File  |  2004-10-22  |  6.6 KB  |  287 lines

  1. object MainForm: TMainForm
  2.   Left = 454
  3.   Top = 257
  4.   Width = 683
  5.   Height = 498
  6.   Caption = 'Docking Demo'
  7.   Color = clWindow
  8.   ParentFont = True
  9.   Menu = MainMenu1
  10.   OldCreateOrder = False
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object VSplitter: TSplitter
  15.     Left = 0
  16.     Top = 58
  17.     Width = 5
  18.     Height = 387
  19.     Cursor = crHSplit
  20.     Visible = False
  21.   end
  22.   object HSplitter: TSplitter
  23.     Left = 0
  24.     Top = 445
  25.     Width = 675
  26.     Height = 5
  27.     Cursor = crVSplit
  28.     Align = alBottom
  29.     Visible = False
  30.   end
  31.   object CoolBar1: TCoolBar
  32.     Left = 0
  33.     Top = 0
  34.     Width = 675
  35.     Height = 58
  36.     AutoSize = True
  37.     BandMaximize = bmDblClick
  38.     Bands = <
  39.       item
  40.         Break = False
  41.         Control = ToolBar1
  42.         ImageIndex = -1
  43.         MinHeight = 26
  44.         Width = 671
  45.       end
  46.       item
  47.         Control = ToolBar2
  48.         ImageIndex = -1
  49.         MinHeight = 26
  50.         Width = 671
  51.       end>
  52.     Color = clMenu
  53.     DockSite = True
  54.     ParentColor = False
  55.     OnDockOver = CoolBar1DockOver
  56.     object ToolBar1: TToolBar
  57.       Left = 9
  58.       Top = 0
  59.       Width = 280
  60.       Height = 26
  61.       AutoSize = True
  62.       ButtonHeight = 24
  63.       ButtonWidth = 75
  64.       Caption = 'ToolBar1'
  65.       Constraints.MaxWidth = 280
  66.       DragKind = dkDock
  67.       DragMode = dmAutomatic
  68.       Flat = True
  69.       ShowCaptions = True
  70.       TabOrder = 0
  71.       Transparent = True
  72.       Wrapable = False
  73.       object ToolButton13: TToolButton
  74.         Left = 0
  75.         Top = 0
  76.         Action = ExitAction
  77.       end
  78.       object ToolButton16: TToolButton
  79.         Left = 75
  80.         Top = 0
  81.         Width = 14
  82.         Caption = 'ToolButton16'
  83.         ImageIndex = 7
  84.         Style = tbsSeparator
  85.       end
  86.       object btnToolBar1: TToolButton
  87.         Left = 89
  88.         Top = 0
  89.         Action = ViewToolBar1
  90.         Style = tbsCheck
  91.       end
  92.       object btnToolBar2: TToolButton
  93.         Left = 164
  94.         Top = 0
  95.         Action = ViewToolBar2
  96.         Style = tbsCheck
  97.       end
  98.     end
  99.     object ToolBar2: TToolBar
  100.       Left = 9
  101.       Top = 28
  102.       Width = 390
  103.       Height = 26
  104.       AutoSize = True
  105.       ButtonHeight = 24
  106.       ButtonWidth = 55
  107.       Caption = 'ToolBar2'
  108.       Constraints.MaxWidth = 390
  109.       DragKind = dkDock
  110.       DragMode = dmAutomatic
  111.       Flat = True
  112.       ShowCaptions = True
  113.       TabOrder = 1
  114.       Transparent = True
  115.       Wrapable = False
  116.       object ToolButton1: TToolButton
  117.         Left = 0
  118.         Top = 0
  119.         Action = ViewWhiteWindow
  120.       end
  121.       object ToolButton2: TToolButton
  122.         Left = 55
  123.         Top = 0
  124.         Action = ViewBlueWindow
  125.       end
  126.       object ToolButton3: TToolButton
  127.         Left = 110
  128.         Top = 0
  129.         Action = ViewGreenWindow
  130.       end
  131.       object ToolButton5: TToolButton
  132.         Left = 165
  133.         Top = 0
  134.         Action = ViewLimeWindow
  135.       end
  136.       object ToolButton6: TToolButton
  137.         Left = 220
  138.         Top = 0
  139.         Action = ViewPurpleWindow
  140.       end
  141.       object ToolButton7: TToolButton
  142.         Left = 275
  143.         Top = 0
  144.         Action = ViewRedWindow
  145.       end
  146.       object ToolButton4: TToolButton
  147.         Left = 330
  148.         Top = 0
  149.         Action = ViewTealWindow
  150.       end
  151.     end
  152.   end
  153.   object LeftDockPanel: TPanel
  154.     Left = 5
  155.     Top = 58
  156.     Width = 0
  157.     Height = 387
  158.     Align = alLeft
  159.     DockSite = True
  160.     TabOrder = 1
  161.     OnDockDrop = LeftDockPanelDockDrop
  162.     OnDockOver = LeftDockPanelDockOver
  163.     OnGetSiteInfo = LeftDockPanelGetSiteInfo
  164.     OnUnDock = LeftDockPanelUnDock
  165.   end
  166.   object BottomDockPanel: TPanel
  167.     Left = 0
  168.     Top = 445
  169.     Width = 675
  170.     Height = 0
  171.     Align = alBottom
  172.     DockSite = True
  173.     TabOrder = 2
  174.     OnDockDrop = LeftDockPanelDockDrop
  175.     OnDockOver = BottomDockPanelDockOver
  176.     OnGetSiteInfo = LeftDockPanelGetSiteInfo
  177.     OnUnDock = LeftDockPanelUnDock
  178.   end
  179.   object ActionList1: TActionList
  180.     Left = 136
  181.     Top = 80
  182.     object ViewToolBar1: TAction
  183.       Category = 'ViewToolBars'
  184.       Caption = 'ToolBar &1'
  185.       Checked = True
  186.       ImageIndex = 1
  187.       OnExecute = ViewToolBar1Execute
  188.     end
  189.     object ViewToolBar2: TAction
  190.       Category = 'ViewToolBars'
  191.       Caption = 'ToolBar &2'
  192.       Checked = True
  193.       ImageIndex = 2
  194.       OnExecute = ViewToolBar2Execute
  195.     end
  196.     object ViewWhiteWindow: TAction
  197.       Category = 'ViewWindows'
  198.       Caption = '&White'
  199.       Hint = 'View white window'
  200.       OnExecute = ViewWhiteWindowExecute
  201.     end
  202.     object ExitAction: TAction
  203.       Caption = 'E&xit'
  204.       OnExecute = ExitActionExecute
  205.     end
  206.     object ViewBlueWindow: TAction
  207.       Tag = 1
  208.       Category = 'ViewWindows'
  209.       Caption = '&Blue'
  210.       OnExecute = ViewWhiteWindowExecute
  211.     end
  212.     object ViewGreenWindow: TAction
  213.       Tag = 2
  214.       Category = 'ViewWindows'
  215.       Caption = '&Green'
  216.       OnExecute = ViewWhiteWindowExecute
  217.     end
  218.     object ViewRedWindow: TAction
  219.       Tag = 3
  220.       Category = 'ViewWindows'
  221.       Caption = '&Red'
  222.       OnExecute = ViewWhiteWindowExecute
  223.     end
  224.     object ViewTealWindow: TAction
  225.       Tag = 4
  226.       Category = 'ViewWindows'
  227.       Caption = '&Teal'
  228.       OnExecute = ViewWhiteWindowExecute
  229.     end
  230.     object ViewPurpleWindow: TAction
  231.       Tag = 5
  232.       Category = 'ViewWindows'
  233.       Caption = '&Purple'
  234.       OnExecute = ViewWhiteWindowExecute
  235.     end
  236.     object ViewLimeWindow: TAction
  237.       Tag = 6
  238.       Category = 'ViewWindows'
  239.       Caption = '&Lime'
  240.       OnExecute = ViewWhiteWindowExecute
  241.     end
  242.   end
  243.   object MainMenu1: TMainMenu
  244.     Left = 176
  245.     Top = 80
  246.     object File2: TMenuItem
  247.       Caption = '&File'
  248.       object Exit2: TMenuItem
  249.         Action = ExitAction
  250.       end
  251.     end
  252.     object View2: TMenuItem
  253.       Caption = '&View'
  254.       object ToolBar11: TMenuItem
  255.         Action = ViewToolBar1
  256.       end
  257.       object ToolBar21: TMenuItem
  258.         Action = ViewToolBar2
  259.       end
  260.       object N2: TMenuItem
  261.         Caption = '-'
  262.       end
  263.       object White1: TMenuItem
  264.         Action = ViewWhiteWindow
  265.       end
  266.       object Blue1: TMenuItem
  267.         Action = ViewBlueWindow
  268.       end
  269.       object Green1: TMenuItem
  270.         Action = ViewGreenWindow
  271.       end
  272.       object Lime1: TMenuItem
  273.         Action = ViewLimeWindow
  274.       end
  275.       object Purple1: TMenuItem
  276.         Action = ViewPurpleWindow
  277.       end
  278.       object Red1: TMenuItem
  279.         Action = ViewRedWindow
  280.       end
  281.       object Teal1: TMenuItem
  282.         Action = ViewTealWindow
  283.       end
  284.     end
  285.   end
  286. end
  287.